Moves an item from the specified position to the new one.
シンタックス
'宣言
Public Overloads Shared Function MoveAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task MoveAsync<>(
IDataCollection<T> ,
System.int ,
System.int ,
System.Threading.CancellationToken
)
where T: class
パラメータ
- dataCollection
- The data collection.
- fromIndex
- From index.
- toIndex
- To index.
- cancellationToken
- The cancellation token.
型パラメータ
- T
参照